home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 October 15
/
CD [VMAG951015].bin
/
_demo
/
w95demo
/
w95demo.exe
/
M08CHBKG.DXR
/
00132.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-22
|
229 b
|
14 lines
on mouseDown
global gPaper
if gPaper = EMPTY then
exit
end if
puppetSprite(40, 1)
set the castNum of sprite 40 to cast "apply hilite"
updateStage()
wait()
puppetSprite(40, 0)
updateStage()
drawPaper()
end